Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport changes from acme-lib upstream #9

Merged
merged 5 commits into from
Oct 3, 2024
Merged

Backport changes from acme-lib upstream #9

merged 5 commits into from
Oct 3, 2024

Conversation

kpcyrd
Copy link
Owner

@kpcyrd kpcyrd commented Oct 3, 2024

k0nserv and others added 5 commits October 4, 2024 00:11
Release 0.10.48 broke our SAN generation such that calling

```rust
an.dns("*.example.com,DNS:example.com")
```

Did not result in a SAN extension that Golang's
`ParseCertificateRequest` would parse into two distinct SANs, instead it
would consider it to be a single SAN.

Calling `an.dns` for each domain resolves this.
@kpcyrd kpcyrd merged commit f4f07c3 into master Oct 3, 2024
1 check passed
@kpcyrd kpcyrd deleted the update branch October 3, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants